home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKitArchive.mbox / mbox / 000224_misckit-reques…aska.et.byu.edu_Tue Jun 14 16:29:52 1994.msg < prev    next >
Internet Message Format  |  1994-10-30  |  3KB

  1. Return-Path: <misckit-request@alaska.et.byu.edu>
  2. Received: from alaska.et.byu.edu by darth.byu.edu (NX5.67d/NX3.0M)
  3.     id AA01342; Tue, 14 Jun 94 16:29:42 -0600
  4. Received: from acs1.byu.edu by alaska.et.byu.edu; Tue, 14 Jun 1994 15:33:10 -0600
  5. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-8 #7277)
  6.  id <01HDJCRCOY009I4BH4@yvax.byu.edu>; Tue, 14 Jun 1994 15:32:42 MDT
  7. Received: from alaska.et.byu.edu by yvax.byu.edu (PMDF V4.3-8 #7277)
  8.  id <01HDJCR6AACG8Y643O@yvax.byu.edu>; Tue, 14 Jun 1994 15:32:34 -0600 (MDT)
  9. Received: from acs1.byu.edu by alaska.et.byu.edu; Tue,
  10.  14 Jun 1994 15:29:08 -0600
  11. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-8 #7277)
  12.  id <01HDJCM8ASBK8WVYPK@yvax.byu.edu>; 14 Jun 94 15:28:36 -0600 (MDT)
  13. Received: from subnet.sub.net by yvax.byu.edu (PMDF V4.3-8 #7277)
  14.  id <01HDJCLRTO2O8WVZ84@yvax.byu.edu>; Tue, 14 Jun 1994 15:28:25 -0600 (MDT)
  15. Received: from hugis.imp.de by subnet.sub.net with bsmtp id <16731>; Tue,
  16.  14 Jun 1994 23:28:05 +0200
  17. Received: from shinto.nbg.sub.org by hugis.imp.de with UUCP id AA23895
  18.  (5.65c/IDA-1.4.4/NBG+); Mon, 13 Jun 1994 22:26:53 +0200
  19. Received: by shinto.nbg.sub.org (NX5.67d/NX3.0M-nbg) id AA00596; Mon,
  20.  13 Jun 94 20:41:51 +0100
  21. Received: by NeXT.Mailer (1.100.RR)
  22. Received: by NeXT Mailer (1.100.RR)
  23. Date: Mon, 13 Jun 1994 21:41:51 +0200
  24. From: Thomas Engel <tomi@shinto.nbg.sub.org>
  25. Subject: Re: Interfaces for MiscGraphNode, MiscFile and MiscIconFile (Long)
  26. To: misckit@byu.edu
  27. Reply-To: tsengel@cip.informatik.uni-erlangen.de
  28. Message-Id: <9406131941.AA00596@shinto.nbg.sub.org>
  29. Content-Transfer-Encoding: 7BIT
  30.  
  31. Hi !
  32.  
  33. Looks very good. I can't wait to see the object.
  34. I have talked with Don an maybe we could make my NewApInspector available as an example app for the swapKit and the File Object.
  35. I might send you the source if you like to take a look at it.
  36.  
  37. - renameTo:    should be not necessary because setNAme: does the same. Maybe you could make it the other way round. Let MiscFile be a subclass of dragablleGraphNode ??
  38. It's like the IconKits IKFolder then. And people could make the MiscFile a subclass of IKFolder if they would prefer that implementation for some reason....(and you could test your object with the IconKit before writing all that Graph stuff.)
  39.  Maybe you should ask Scott if he doesn't mind 'copieing' his design to that extend. But we shouldn't compete with his drag&drop stuff
  40.  
  41.  But I see that this take s up more memory when you are only dealing with files. But imagin that you start writing other dragable objects that are no real files...you would have to dupplicate the Icon-stuff.
  42.  
  43. Well putting -access, -lock and other UNIX related File behavior into a category could be useful. Maybe those methods might change with a OOFS :-) Who knows what Enterprise objects might bring.
  44.  
  45. Aloha
  46.     Tomi
  47.     
  48. P.S: Looks like this is the first time the world will see two implementations of the same object-_type_